The selector indicated contains an invalid character. Selectors should contain only letters, numbers, periods (. for classes), and pound signs (# for IDs). Do not use other special characters or spaces.
Note: Using underscores in class names is a common cause of cross-browser headaches. While some browsers support the use of underscores, others (such as Netscape 4.x) do not. For this reason, you should avoid using undercores in selectors.
| Section Contents | Help Contents |